go/parser.parser.tryIdentOrType (method)

8 uses

	go/parser (current package)
		parser.go#L483: 	typ := p.tryIdentOrType()
		parser.go#L596: 		elt := p.tryIdentOrType()
		parser.go#L978: 	typ := p.tryIdentOrType()
		parser.go#L1117: 	t := p.tryIdentOrType()
		parser.go#L1155: 			if t := p.tryIdentOrType(); t != nil {
		parser.go#L1254: func (p *parser) tryIdentOrType() ast.Expr {
		parser.go#L1381: 	if typ := p.tryIdentOrType(); typ != nil { // do not consume trailing type parameters
		parser.go#L2549: 	typ := p.tryIdentOrType()